home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / ao10 / SETUP.INF < prev    next >
Windows Setup INFormation  |  1998-08-10  |  2KB  |  57 lines

  1. ;*********************************************
  2. ; Install definitions for
  3. ; ActionOutline 1.0 Beta 1
  4. ;
  5. ; Copyright (C) 1998, Green Parrots Software
  6. ;*********************************************
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10. Provider=%Vendor%
  11. SetupClass=BASE
  12.  
  13. [DefaultInstall]
  14. CopyFiles=Product_CopyFiles, Uninstaller
  15. AddReg=Product_AddForUninstall
  16. UpdateInis=Product_Links
  17.  
  18. [DestinationDirs]
  19. Product_CopyFiles           =24,"Progra~1\AO"
  20. Uninstaller                 =10,
  21.  
  22. [Product_CopyFiles]
  23. Action.exe
  24. Tutorial.ao
  25. file_id.diz
  26. license.txt
  27. order.txt
  28. readme.txt
  29. remove.inf
  30.  
  31. [Uninstaller]
  32. gpremove.exe,setup.exe
  33.  
  34. [Product_Links]
  35. setup.ini, progman.groups,,"ActionGroup=ActionOutline"
  36. setup.ini, ActionGroup,,"""ActionOutline 1.0 Beta 1"", ""%24%\Progra~1\AO\Action.exe"",,""%99%\AO"","ActionOutline""
  37. setup.ini, ActionGroup,,"""Read me first!"", ""%24%\Progra~1\AO\readme.txt"",,""%99%\AO"","ActionOutline""
  38. setup.ini, ActionGroup,,"""How to order"", ""%24%\Progra~1\AO\order.txt"",,""%99%\AO"","ActionOutline""
  39. setup.ini, ActionGroup,,"""License"", ""%24%\Progra~1\AO\license.txt"",,""%99%\AO"","ActionOutline""
  40.  
  41. [Product_AddForUninstall]
  42. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ActionOutline10b1,"DisplayName",,"ActionOutline 1.0 Beta 1"
  43. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ActionOutline10b1,"UninstallString",,"%10%\gpremove.exe %24%\Progra~1\AO\Remove.inf"
  44.  
  45. [SourceDisksNames]
  46. 70="ActionOutline", "", 0001
  47.  
  48. [SourceDisksFiles]
  49. Action.exe    =70,,
  50.  
  51. [Strings]
  52. ShortName="ActionOutline"
  53. Name="ActionOutline 1.0 Beta 1"
  54. Description="The way to organize your information"
  55. Vendor="Copyright (C) 1998, Green Parrots Software"
  56. Prompt="This will install ActionOutline 1.0 Beta 1. Continue?"
  57. Action="install"